Scheduler for WinForms
Contains(IList<DateTime>) メソッド

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 > DateList クラス > Contains メソッド : Contains(IList<DateTime>) メソッド
A list of System.DateTime values to search for.
Returns true if either of specified items exists in the wrapped list.
シンタックス
'宣言
 
Public Overloads Function Contains( _
   ByVal days As System.Collections.Generic.IList(Of Date) _
) As System.Boolean
public System.bool Contains( 
   System.Collections.Generic.IList<DateTime> days
)

パラメータ

days
A list of System.DateTime values to search for.

戻り値の型

True if at least one of specified items exists in the wrapped list.
参照

DateList クラス
DateList メンバ
オーバーロード一覧